home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / sky-chopper.swf / scripts / DefineButton2_1415 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  111 b   |  6 lines

  1. on(release){
  2.    _root.cad_sound.stop();
  3.    _root.button_sound.start();
  4.    _root.gotoAndStop("options");
  5. }
  6.